home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Direct3D / HLSLWithoutEffects / HLSLwithoutEffects.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  5.0 KB  |  201 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="HLSLwithoutEffects"
  6.     ProjectGUID="{9C04CC2D-C188-4443-A185-CB0BCA6ED98D}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="1">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 AdditionalIncludeDirectories="..\..\Common"
  23.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  24.                 MinimalRebuild="TRUE"
  25.                 BasicRuntimeChecks="0"
  26.                 RuntimeLibrary="5"
  27.                 UsePrecompiledHeader="3"
  28.                 PrecompiledHeaderThrough="dxstdafx.h"
  29.                 WarningLevel="3"
  30.                 Detect64BitPortabilityProblems="TRUE"
  31.                 DebugInformationFormat="4"/>
  32.             <Tool
  33.                 Name="VCCustomBuildTool"/>
  34.             <Tool
  35.                 Name="VCLinkerTool"
  36.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  37.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9dt.lib d3d9.lib winmm.lib comctl32.lib"
  38.                 LinkIncremental="2"
  39.                 GenerateDebugInformation="TRUE"
  40.                 ProgramDatabaseFile="$(OutDir)/HLSLwithoutEffects.pdb"
  41.                 SubSystem="2"
  42.                 TargetMachine="1"/>
  43.             <Tool
  44.                 Name="VCMIDLTool"/>
  45.             <Tool
  46.                 Name="VCPostBuildEventTool"/>
  47.             <Tool
  48.                 Name="VCPreBuildEventTool"/>
  49.             <Tool
  50.                 Name="VCPreLinkEventTool"/>
  51.             <Tool
  52.                 Name="VCResourceCompilerTool"/>
  53.             <Tool
  54.                 Name="VCWebServiceProxyGeneratorTool"/>
  55.             <Tool
  56.                 Name="VCWebDeploymentTool"/>
  57.         </Configuration>
  58.         <Configuration
  59.             Name="Release|Win32"
  60.             OutputDirectory="Release"
  61.             IntermediateDirectory="Release"
  62.             ConfigurationType="1"
  63.             CharacterSet="1">
  64.             <Tool
  65.                 Name="VCCLCompilerTool"
  66.                 Optimization="2"
  67.                 InlineFunctionExpansion="1"
  68.                 OmitFramePointers="TRUE"
  69.                 AdditionalIncludeDirectories="..\..\Common"
  70.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  71.                 StringPooling="TRUE"
  72.                 ExceptionHandling="FALSE"
  73.                 RuntimeLibrary="4"
  74.                 EnableFunctionLevelLinking="TRUE"
  75.                 UsePrecompiledHeader="3"
  76.                 PrecompiledHeaderThrough="dxstdafx.h"
  77.                 WarningLevel="3"
  78.                 Detect64BitPortabilityProblems="TRUE"
  79.                 DebugInformationFormat="3"/>
  80.             <Tool
  81.                 Name="VCCustomBuildTool"/>
  82.             <Tool
  83.                 Name="VCLinkerTool"
  84.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  85.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
  86.                 OutputFile="$(OutDir)/HLSLwithoutEffects.exe"
  87.                 LinkIncremental="1"
  88.                 GenerateDebugInformation="TRUE"
  89.                 SubSystem="2"
  90.                 OptimizeReferences="2"
  91.                 EnableCOMDATFolding="2"
  92.                 TargetMachine="1"/>
  93.             <Tool
  94.                 Name="VCMIDLTool"/>
  95.             <Tool
  96.                 Name="VCPostBuildEventTool"/>
  97.             <Tool
  98.                 Name="VCPreBuildEventTool"/>
  99.             <Tool
  100.                 Name="VCPreLinkEventTool"/>
  101.             <Tool
  102.                 Name="VCResourceCompilerTool"/>
  103.             <Tool
  104.                 Name="VCWebServiceProxyGeneratorTool"/>
  105.             <Tool
  106.                 Name="VCWebDeploymentTool"/>
  107.         </Configuration>
  108.     </Configurations>
  109.     <Files>
  110.         <Filter
  111.             Name="Resource Files"
  112.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  113.             <File
  114.                 RelativePath="HLSLwithoutEffects.manifest">
  115.             </File>
  116.             <File
  117.                 RelativePath="HLSLwithoutEffects.rc">
  118.             </File>
  119.             <File
  120.                 RelativePath="..\..\Common\directx.ico">
  121.             </File>
  122.             <File
  123.                 RelativePath="resource.h">
  124.             </File>
  125.         </Filter>
  126.         <Filter
  127.             Name="Common"
  128.             Filter="">
  129.             <File
  130.                 RelativePath="..\..\Common\dxstdafx.cpp">
  131.                 <FileConfiguration
  132.                     Name="Debug|Win32">
  133.                     <Tool
  134.                         Name="VCCLCompilerTool"
  135.                         UsePrecompiledHeader="1"/>
  136.                 </FileConfiguration>
  137.                 <FileConfiguration
  138.                     Name="Release|Win32">
  139.                     <Tool
  140.                         Name="VCCLCompilerTool"
  141.                         UsePrecompiledHeader="1"/>
  142.                 </FileConfiguration>
  143.             </File>
  144.             <File
  145.                 RelativePath="..\..\Common\dxstdafx.h">
  146.             </File>
  147.             <File
  148.                 RelativePath="..\..\Common\dxut.cpp">
  149.             </File>
  150.             <File
  151.                 RelativePath="..\..\Common\dxut.h">
  152.             </File>
  153.             <File
  154.                 RelativePath="..\..\Common\dxutenum.cpp">
  155.             </File>
  156.             <File
  157.                 RelativePath="..\..\Common\dxutenum.h">
  158.             </File>
  159.             <File
  160.                 RelativePath="..\..\Common\dxutgui.cpp">
  161.             </File>
  162.             <File
  163.                 RelativePath="..\..\Common\dxutgui.h">
  164.             </File>
  165.             <File
  166.                 RelativePath="..\..\Common\dxutmisc.cpp">
  167.             </File>
  168.             <File
  169.                 RelativePath="..\..\Common\dxutmisc.h">
  170.             </File>
  171.             <File
  172.                 RelativePath="..\..\Common\dxutsettingsdlg.cpp">
  173.             </File>
  174.             <File
  175.                 RelativePath="..\..\Common\dxutsettingsdlg.h">
  176.             </File>
  177.         </Filter>
  178.         <File
  179.             RelativePath="HLSLwithoutEffects.cpp">
  180.             <FileConfiguration
  181.                 Name="Debug|Win32">
  182.                 <Tool
  183.                     Name="VCCLCompilerTool"
  184.                     UsePrecompiledHeader="3"/>
  185.             </FileConfiguration>
  186.             <FileConfiguration
  187.                 Name="Release|Win32">
  188.                 <Tool
  189.                     Name="VCCLCompilerTool"
  190.                     UsePrecompiledHeader="3"
  191.                     PrecompiledHeaderThrough="dxstdafx.h"/>
  192.             </FileConfiguration>
  193.         </File>
  194.         <File
  195.             RelativePath="HLSLwithoutEffects.fx">
  196.         </File>
  197.     </Files>
  198.     <Globals>
  199.     </Globals>
  200. </VisualStudioProject>
  201.